home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
357_01
/
cstar1.exe
/
ENUM.PP
< prev
next >
Wrap
Text File
|
1991-11-15
|
540b
|
32 lines
#enum(1, INTERNAL, EXTERNAL, FORMAL, SKIP)
#enum(1,\
char_type = 0x0001,\
extrn_type = 0x0002,\
int_type = 0x0004,\
long_type = 0x0008,\
reg_type = 0x0010,\
short_type = 0x0020,\
stat_type = 0x0040,\
strct_type = 0x0080,\
typd_type = 0x0100,\
unsgn_type = 0x0200,\
union_type = 0x0400)
INTERNAL
EXTERNAL
FORMAL
SKIP
char_type 0x0001
extrn_type 0x0002
int_type 0x0004
long_type 0x0008
reg_type 0x0010
short_type 0x0020
stat_type 0x0040
strct_type 0x0080
typd_type 0x0100
unsgn_type 0x0200
union_type 0x0400